From fa9634bb2ac727aec8ca2aa629d9cfb389f4f9bf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 8 Feb 2026 10:55:45 +0100 Subject: [PATCH] Correcting Python shebang. Gbp-Pq: Topic debian Gbp-Pq: Name 0001-queryparse-shebang.patch --- contrib/queryparse/queryparse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/queryparse/queryparse b/contrib/queryparse/queryparse index 0512a24..fc1c7d5 100755 --- a/contrib/queryparse/queryparse +++ b/contrib/queryparse/queryparse @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # # Copyright 2019-2026 OARC, Inc. # Copyright 2017-2018 Akamai Technologies -- 2.30.2